home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7312 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: nntp.onyx.net!claymoor
  2. From: Adam.Morris@octacon.co.uk (Adam Morris)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland requires ship runtime?
  5. Date: Thu, 22 Feb 96 21:50:07 GMT
  6. Organization: Octacon Ltd
  7. Message-ID: <4gi6td$4qe@mulgave.octacon.co.uk>
  8. References: <4g2cbe$5ng@goodship.cn.camriv.bc.ca>
  9. NNTP-Posting-Host: claymoor.onyx.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4g2cbe$5ng@goodship.cn.camriv.bc.ca>,
  13.    csavery@cr.island.net (Chris Savery) wrote:
  14. >Would someone please let me know if the Borland compilers later then
  15. >3.1 require that you ship a runtime DLL with your app? Is it optional
  16. >or how does this work?
  17. As far as I know 4.0, the one I use, requires either static linking (increase 
  18. the size of your code) or shipping a runtime dll (increase the size of the 
  19. release)  Which is more suitable depends on what you're doing... one program, 
  20. static linking is o.k. but they may have the dll already. multiple programs 
  21. and you might as well ship the dll...
  22.  
  23.  
  24. Hope this has been some help.
  25.  
  26. Adam.
  27.